home *** CD-ROM | disk | FTP | other *** search
- Path: rowdy.lonestar.org!nemesis!hammy!not-for-mail
- From: gordon@hammy.lonestar.org (Gordon Burditt)
- Newsgroups: comp.lang.c
- Subject: Re: What the Exon is THIS?!
- Date: 14 Jan 1996 17:14:09 -0600
- Organization: What organization?
- Message-ID: <4dc2o1$ea8@hammy.lonestar.org>
- References: <4d6rgh$rfu@abel.cc.sunysb.edu>
- NNTP-Posting-Host: localhost.hammy.lonestar.org
-
- > int (*p)[3] is?????
-
- A pointer to an array of 3 integers.
-
- >(*p)[0] = 3; for e.g, but when I print the value using:
- >
- > printf("%d",(*p)[0]) I get a core dump!
-
- You can store into it, but when you try to access it, it core dumps?
- This is rather strange.
-
-
- Gordon L. Burditt
- sneaky.lonestar.org!gordon
-